/*
#------------------------------------------------------------------------
# Package - ThemesCreative TCproChow
# Version 1.0
# -----------------------------------------------------------------------
# Author - ThemesCreative http://www.ThemesCreative.com
# Copyright © 2012 - 2013 ThemesCreative.com. All Rights Reserved.
# @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
# Websites: http://www.ThemesCreative.com
#------------------------------------------------------------------------
*/
.tcproshow.default {
    padding: 0;
    position: relative;
    direction: ltr;
}
.tcproshow.default  .slide-item-image{
    border: 1px solid #ebebeb;
    padding: 2px;
}
.tcproshow.default  .slide-item-image a{
    overflow: hidden;
    display: block;
}
.tcproshow.default  .slide-item-title{
    font-weight: bold;
    margin: 10px 0;
}

.tcproshow.default span.slide-item-readmore a{
	background-color: #f1f1f1;
	color: #333;
	font-size: 12px;
	padding: 2px 10px;
}
.tcproshow.default .slide-item-desc {
	font-size:12px;
	padding-bottom:10px;
}
.tcproshow.default .tcproshow-prev,
.tcproshow.default .tcproshow-next{
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 20px;
}
.tcproshow.default .tcproshow-prev{
    background: url("../images/button.png") no-repeat scroll 0 -40px transparent;
}
.tcproshow.default .tcproshow-next{
    background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    right: 0;
}
.tcproshow.default .tcproshowhover{
    background: rgba(0,0,0,0.8);
		color: #e5e5e5;
    position: absolute;
    bottom: 0;
    height: 0;
    text-align: center;
}
.tcproshow.default .tcproshowhover .slide-inner{
    padding: 12px 22px;
}
.tcproshow.default .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}
.tcproshow.default .bx-wrapper img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .18s linear;
    -moz-transition: all .18s linear;
    -ms-transition: all .18s linear;
    -o-transition: all .18s linear;
    transition: all .18s linear;
}
/** THEME
===================================*/
.tcproshow.default .bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.tcproshow.default .bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.tcproshow.default .bx-pager ul li a{
    background: url('../images/interface.png') no-repeat 50% 0;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
}
.tcproshow.default .bx-pager ul li a:hover,
.tcproshow.default .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.tcproshow.default .bx-wrapper .bx-controls-direction{
    display: none;
}
.tcproshow.default .tcproshow.tcproshow.default img:hover {
    -webkit-transform: scale(1.1) rotateZ(-3deg);
    -moz-transform: scale(1.1) rotateZ(-3deg);
    -ms-transform: scale(1.1) rotateZ(-3deg);
    -o-transform: scale(1.1) rotateZ(-3deg);
    transform: scale(1.1) rotateZ(-3deg);
}